home *** CD-ROM | disk | FTP | other *** search
/ A Million Times Begging / A Million Times Begging - Disc 1.iso / pc / data / game1.dir / 00001.ls next >
Encoding:
Text File  |  1998-05-14  |  290 b   |  15 lines

  1. on exitFrame
  2.   global box1, box2, box3, dbox, sful
  3.   set box1 to 0
  4.   set box2 to 1
  5.   set box3 to 0
  6.   set dbox to 0
  7.   set sful to 20
  8.   repeat with i = 10 to 12
  9.     set the visible of sprite i to 0
  10.   end repeat
  11.   repeat with i = 55 to 59
  12.     set the visible of sprite i to 0
  13.   end repeat
  14. end
  15.